home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / alsasound next >
Text File  |  2006-04-25  |  515b  |  23 lines

  1. # ENABLE_OSS_EMUL:
  2. # Do you want to enable in-kernel oss emulation?
  3. # no - Do not load oss emul drivers
  4. # yes - Load oss emul drivers if they're found
  5.  
  6. ENABLE_OSS_EMUL="yes"
  7.  
  8. # RESTORE_ON_START:
  9. # Do you want to restore your mixer settings?  If not, your cards will be
  10. # muted.
  11. # no - Do not restore state
  12. # yes - Restore state
  13.  
  14. RESTORE_ON_START="yes"
  15.  
  16. # SAVE_ON_STOP:
  17. # Do you want to save changes made to your mixer volumes when alsasound
  18. # stops? 
  19. # no - Do not save state
  20. # yes - Save state
  21.  
  22. SAVE_ON_STOP="yes"
  23.